runtime.gcControllerState.heapGoal (method)

8 uses

	runtime (current package)
		metrics.go#L652: 	a.heapGoal = gcController.heapGoal()
		mgc.go#L1326: 	if gcController.heapGoal() > minHeapForMetadataHugePages {
		mgcpacer.go#L459: 		heapGoal := c.heapGoal()
		mgcpacer.go#L505: 	heapGoal := int64(c.heapGoal())
		mgcpacer.go#L603: 	gcController.lastHeapGoal = c.heapGoal()
		mgcpacer.go#L934: func (c *gcControllerState) heapGoal() uint64 {
		mstats.go#L443: 	heapGoal := gcController.heapGoal()
		traceruntime.go#L576: 	heapGoal := gcController.heapGoal()